home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / attclck.arc / READ.ME next >
Encoding:
Text File  |  1985-12-05  |  1.6 KB  |  46 lines

  1.  
  2.  
  3.                             12-4-85
  4.  
  5.  
  6.   This program was my first attempt at writting an assembler program
  7.   on my AT&T 6300.  Wasn't too painful; I still prefer 'C' or similar
  8.   high level languages.  Anyway, I wanted to be able to use the battery
  9.   backed clock to set the date and time.  The settime program will set
  10.   DOS time for you, but you still have to boot AT&T's MS-DOS to change
  11.   the time of the battery backed clock.  I'd like to have that ability
  12.   some day, or better yet have PC-DOS read/write the clock when it's
  13.   time functions are executed.  I've noticed that PC-DOS's clock gains
  14.   several minutes an hour.
  15.  
  16.   I am working on a setdate routine that will set the date for you also.
  17.   The calendar doesn't store the full year; just something about 'year
  18.   mod 8' and leap year + something else.  Strange because DOS will accept
  19.   a date from 1980 to 2099.  Hmmm, 1980 was a leap year...
  20.  
  21.   Much thanks to Howard Ekman, who helped with the horrors of segmented
  22.   memory.
  23.  
  24.   Jerry Wallace
  25.   Mpls, MN  55414
  26.  
  27.   P.S. By the way, just run settime from the DOS prompt and it will set
  28.   the time and display what the time was set to.  This works on PC-DOS 3.1
  29.   and AT&T's MS-DOS 2.11 (MS-DOS already does this for you!).
  30.  
  31.   P.P.S Almost forgot this too:
  32.  
  33.     assembled with IBM PC MACRO Assembler ver. 1.0
  34.     link with PC-DOS 3.1 linker
  35.     all under PC-DOS 3.1
  36.  
  37.   (You can find Jerry Wallace and other programmers on:
  38.  
  39.      TERRAPIN STATION BBS
  40.      612/623-0152
  41.      24 HOURS A DAY -- 1200/2400
  42.  
  43.      Howard Ekman -- sysop Terrapin Station)
  44.  
  45.  
  46.